home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-2.iso / Files II / Prog / H-K / Infinity Windoid WDEF 2.6.sit / Infinity Windoid WDEF 2.6 / Documentation / Making Windows Float < prev    next >
Encoding:
Text File  |  1994-03-01  |  2.0 KB  |  29 lines  |  [TEXT/ttxt]

  1. M A K I N G    W I N D O W S    F L O A T
  2. ----------------------------------
  3. by Troy Gaul
  4. Infinity Systems
  5. December 1993
  6.  
  7.  
  8. While the Infinity Windoid WDEF is designed to be used for floating windows (which are sometimes known as utility windows, tool windows, windoids, or floaters), the Infinity Windoid WDEF does not help you to make your windows float above document windows.
  9.  
  10. There are no routines built into the Macintosh toolbox to support making windows float. Actually, that's not quite true. By using the low level routines in the Window Manager, it is possible to create code which will support floating windows.
  11.  
  12. The logistics of making a set of windoids float in a layer above other windows are fairly complicated, so I will not go into them here. In issue 15 of Develop magazine, there is an article that provides these details. This article also presents a library of code that can be used to create floating windows. 
  13.  
  14. There are also a few libraries of code available that create floating windows. These have varying levels of polish, and can be found at the standard archive sites like info-mac on sumex-aim.stanford.edu and America Online.
  15.  
  16. In order to get a copy of issue 15 of Develop, you can contact Develop at:
  17.  
  18. Develop
  19. Apple Computer, Inc.
  20. P.O. Box 531
  21. Mount Morris, IL 61054-7858
  22. 1-800-877-5548 in the U.S.
  23. (815) 734-1116 in all other countries
  24. (815) 734-1127 FAX
  25.  
  26. You can get a printed back issue of issue 15 for $13 in the U.S. ($20 elsewhere). It is my understanding that a back issue such as this will come with the latest version of the CD-ROM, so you will get any changes that have been made since the original article was published (there was a newer version released with issue 16 of Develop, for example).
  27.  
  28. You can also get a one year (four issue) subscription for $30 in the U.S. ($50 elsewhere). Each issue includes a CD-ROM that contains all of the back issues of Develop and code for each issue. Most issues are available in Apple DocViewer format, so you could subscribe and you'd get the issue 15 article on the CD-ROM with your first issue.
  29.